home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / disk / eddy8b.zip / EDDY.USE < prev    next >
Text File  |  1995-12-29  |  6KB  |  132 lines

  1. ;
  2. ;                            EDDY.USE
  3. ;
  4. ; This file is an example, illustrating how the EDDY.USE file may be
  5. ; set up to define:
  6. ;
  7. ; 1) programs to be executed by EDDY in response to the "Point-n-Shoot"
  8. ;    commands - [Shift+F9] and [Shift+^F9].  Refer to EDDY.DOC, Section
  9. ;    14.2.3 for details.
  10. ;
  11. ; 2) printer control strings, to be sent to your printer in response to
  12. ;    the [Alt+9] command.  Refer to EDDY.DOC, Appendix C for details.
  13. ;
  14. ; The point-n-shoot commands come first in the file.  After these, there
  15. ; is a section where printer control strings may be defined for your
  16. ; printer.  This area starts with a line containing "[printer]" (without
  17. ; the quotes).
  18. ;
  19. ; You should build your own EDDY.USE file (with any editor or word
  20. ; processor that can create ASCII-only text files), to define the
  21. ; types of files and the programs you use most frequently, and the
  22. ; printer commands appropriate for your printer(s).
  23. ;
  24. ; Lines beginning with a semi-colon are COMMENTS ONLY, ignored by EDDY.
  25. ; They are included here to only clarify the examples.  Command lines
  26. ; have a leading blank, for readability only - the blank isn't required.
  27. ;*********************************************************************
  28. ;---------------------------------------------------------------------
  29. ;      Use text editor, with 'C'/'C++' key profile
  30.  *.C   C:\UTIL\EDIT\PE2 /PC:\UTIL\EDIT\CE.PRO   %
  31.  *.H   C:\UTIL\EDIT\PE2 /PC:\UTIL\EDIT\CE.PRO   %
  32.  *.CPP C:\UTIL\EDIT\PE2 /PC:\UTIL\EDIT\CPE.PRO   %
  33. ;---------------------------------------------------------------------
  34. ;      Use text editor, with 'assembler' key profile
  35.  *.AS? C:\UTIL\EDIT\PE2 /PC:\UTIL\EDIT\ME.PRO   %
  36. ;---------------------------------------------------------------------
  37. ;      Use text editor, with 'word processing' key profile
  38.  *.BAT C:\UTIL\EDIT\PE2 /PC:\UTIL\EDIT\WP.PRO   %
  39. ;---------------------------------------------------------------------
  40. ;      In the following lines, the "|" in the first position means...
  41. ;      ...pause after executing, to allow review of screen display...
  42. ;      ...before returning to EDDY
  43. ;---------------------------------------------------------------------
  44. ;      Extract from ZIP file
  45.  | *.ZIP X:\UTIL\PKUNZIP  %
  46. ;
  47. ;      If we press [PgDn] when the preceding command is displayed...
  48. ;      ...we get this one, so we can just look at the table of contents
  49.  | *.ZIP X:\UTIL\PKZIP -v  % | C:\SYS\DOS\MORE.COM
  50. ;
  51. ;      Press [PgDn] yet again to set ZIP date to latest file date
  52.  *.ZIP X:\UTIL\PKZDATE  %
  53. ;---------------------------------------------------------------------
  54. ;      Use 'View' option of LHA (from Haruyasu Yoshizaki) on .LZH files
  55.  | *.LZH X:\UTIL\LHA V   % | C:\SYS\DOS\MORE.COM
  56. ;
  57. ;      Use 'View' option of ARJ on .ARJ files
  58.  | *.ARJ X:\UTIL\ARJ V   % | C:\SYS\DOS\MORE.COM
  59. ;
  60. ;      Use 'View' option of PKARC on .ARC files
  61.  | *.ARC X:\UTIL\PKARC V   % | C:\SYS\DOS\MORE.COM
  62. ;
  63. ;      Assume "EXE" is self-extracting archive
  64. ;      (else why use [Sh+F9]? -- [Alt+F9] would be more normal)
  65.  | *.EXE X:\UTIL\FV V   %
  66. ;---------------------------------------------------------------------
  67. ;      Use Canyon State Systems' file viewing program on .GIF files
  68.  *.GIF X:\ETC\PICS\VIEWERS\2SHOW\2SHOW %
  69. ;
  70. ;---------------------------------------------------------------------
  71. ;      Use IBM's "VIEW" utility for OS/2 .INF files
  72.  *.INF C:\SYS\DOS\VIEW %
  73. ;
  74. ;---------------------------------------------------------------------
  75. ;      Use the A.S.P. "CATALOG" program to update catalog data files
  76.  *.DTA A:\CATALOG  %
  77. ;
  78. ;*********************************************************************
  79. ; After defining all the file extensions you want to associate with a
  80. ; specific program to use with "Point-n-Shoot", you may want to
  81. ; define a default for any other types of files.
  82. ;*********************************************************************
  83. ;      Use text editor, with word processor key profile for...
  84. ;      ...any files not explicitly defined above -- EXCEPT...
  85. ;      ...that .BAT, .COM and .EXE files will be treated as tho...
  86. ;      ...you pressed [Alt+F9].  If you have a program you want...
  87. ;      ...to use with executable files, put entries for those...
  88. ;      ...extensions in EDDY.USE before the default (*.*) entry...
  89. ;      ...See the "*.EXE" entry above, for example
  90.  *.* C:\UTIL\EDIT\PE2 /PC:\UTIL\EDIT\WP.PRO   %
  91. ;
  92. ;*********************************************************************
  93. ; Finally, to use Point-n-Shoot on ALL matching files in the working
  94. ; directory (except any tagged "Ignore"), put a "^" at the beginning
  95. ; of the line.  If you also put a "|" after the "^", EDDY will pause
  96. ; before resuming control, to give you a chance to look at the screen
  97. ; before continuing.  These entries are used if you press [Shift+^F9].
  98. ;*********************************************************************
  99. ; Update .ZIP file timestamp to reflect newest file contained in it
  100.  ^ *.ZIP X:\UTIL\PKZDATE  %
  101. ;---------------------------------------------------------------------
  102. ;      Print all .LST files, without pausing between files
  103.  ^ *.LST C:\SYS\DOS\PRINT   %
  104. ;
  105. ; End of point-n-shoot command section
  106. ;*********************************************************************
  107. [printer]  identifies start of printer control strings
  108. ;*********************************************************************
  109. ;
  110. ; IBM ProPrinter / Canon BJ commands...
  111. ;
  112. DC2                ; Set 10 cpi pitch
  113. ESC,'X',1,80       ; Set horizontal margins 1-80
  114. ESC,':'            ; Set 12 cpi pitch
  115. ESC,'X',8,96       ; Set horizontal margins 8-96
  116. DC2,SI             ; Set (approximately) 17 cpi pitch
  117. ESC,'X',5,132      ; Set horizontal margins 5-132
  118. ESC,'P',1          ; Set proportional space mode
  119. ESC,'P',0          ; Cancel proportional space mode
  120. ESC,0              ; Set 1/8" line spacing
  121. ESC,1              ; Set 7/72" line spacing
  122. ESC,'G'            ; Set double-strike printing
  123. ESC,'H'            ; Cancel double-strike printing
  124. ESC,'W',1          ; Set double-wide character printing
  125. ESC,'W',0          ; Cancel double-wide character printing
  126. ;
  127. ; HP LaserJet commands...
  128. ;
  129. ESC,'&k0s'         ; Set 10 cpi for HP LaserJet
  130. ESC,'&k4s'         ; Set 12 cpi for HP LaserJet
  131. ESC,'&k2s'         ; Set 17 cpi for HP LaserJet
  132.